This page last changed on May 23, 2006 by orogers.

Running FitNesse tests as part of your build process

Use the TestRunner which comes as part of the standard fitnesse distribution to run all the fitnesse tests and generate the results. You will need to use the <exec> task

Integrating FitNesse results into the Build Report

The output from the earlier step is in a format not suitable for the task. You can use the FormattingOption as mentioned here and by Jeffrey Palermo to transform the result in xml format.

To see the results on dashboard, you will need to merge the xml results into your build log using File Merge Task. And then update your dashboard.config file to include a Fitnesse Report build plugin:

<xslReportBuildPlugin description="Fitnesse Report" actionName="FitnesseReport" xslFileName="xsl\fitnesse.xsl"/>

use a XSL Report Build Plugin with the XSL File fitnesse.xsl. Refer to the Web Dashboard documentation for help on adding new plugin configuration.

You can use your own stylesheet, or use the one that has been included with ccnet in build 1.1.0.2186 and later.

Document generated by Confluence on Mar 14, 2009 02:55